home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000159_rollo@gmx.net_Mon Jun 17 11:50:32 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  48 lines

  1. Article: 13461 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm01.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail
  3. From: "Roland H∩┐╜pfner" <rollo@gmx.net>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: voice connection question!
  6. Date: Sat, 15 Jun 2002 20:24:16 +0200
  7. Organization: T-Online
  8. Lines: 26
  9. Message-ID: <aeg0np$70r$01$1@news.t-online.com>
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: news.t-online.com 1024165433 01 7195 tsjQbDwSSLY4wv 020615 18:23:53
  14. X-Complaints-To: abuse@t-online.com
  15. X-Sender: 0308176444-0001@t-dialin.net
  16. X-Priority: 3
  17. X-MSMail-Priority: Normal
  18. X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
  19. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
  20. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13461
  21.  
  22. Hi all!
  23.  
  24. I am very new in writing scripts in kermit, thats why my question must be
  25. very simple to answer! ;-)
  26. I wrote a script, that will estabilish a voice-connection from my ISDN card
  27. to a telephone! That works, here it is:
  28.  
  29. set line /dev/ttyI0
  30. set carrier-watch off
  31. output AT z &e50579002\13
  32. input 3 OK
  33. output ats18=1\13
  34. input 3 OK
  35. output atd50579002\13
  36. exit
  37.  
  38. Now I want, that if the voice connection is canceled or the connection
  39. couldn't established, the script will try to redial or to make a new
  40. connection until I stop the script!
  41.  
  42. Many thanx for your help!
  43. Roland
  44.  
  45. P.S. Sorry for my bad english!
  46.  
  47.  
  48.